home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1429 / global.h next >
C/C++ Source or Header  |  1995-08-23  |  253b  |  10 lines

  1. #ifndef __Global_H__
  2. #define __Global_H__
  3.  
  4. //    ************************************************************
  5. //    Some global #define's for fun
  6. //    ************************************************************
  7. #define    SC_WM_NOTIFYICON    10001    
  8.  
  9. #endif
  10.